* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
background-color: #f7cad1;
background-image: url("../Images/MEDIUM pink cow print fabric - strawberry cow fabric - 90s throwback.jpg");
}

h1 {
  font-size: 48px;
  color: rgb(179, 119, 197);
  font-family: Arial, Helvetica, sans-serif;
  background-color: #ffffff;
  outline: solid;
  padding: 1%;
  outline-color: rgb(226, 118, 190);
  box-shadow: 10px 10px 3px 2px rgb(163, 58, 156);
  outline-width: 5px;
}

#lastname {
  color: #eaa5ec;
}

.navigation {
  display: flex;
  justify-content: space-between;
  background-color: #fecaec;
  position: sticky;
  background-attachment: fixed;
  width: 100%;
  flex-shrink: 1;
  padding: 10px 40px;
  flex-wrap: wrap;
  padding: 2%;
  outline: solid white;
  outline-width: 6px;
}

.navigation a:hover {
  color: rgb(243, 121, 196);
  font-size: 48px;
  cursor: pointer;
  border-bottom: 3px solid rgb(141, 20, 131);
}

.navigation a {
  display: flex;
  color: #f409b1;
  text-decoration: none;
}

.navigation ul {
  list-style: none;
  display: flex;
} 

.navigation li {
  flex-direction: row;
  font-size: 40px;
  margin-right: 30px;
  background-color: #ffd1e9;
  outline-style: double;
  outline-width: 10px;
  outline-color: rgb(245, 255, 255);
  padding: 10px;
  box-shadow: 5px 5px 3px 2px rgb(245, 146, 238);
}

h2 {
  display:flex;
  float: right;
  color: rgb(74, 25, 64);
  font-size: 26px;
  padding: 1%;
  font-family: 'Courier New', Courier, monospace;
  background-color: #eaa5ec;
  outline-style: solid;
  outline-color: #cc35a9;
  box-shadow: 10px 10px 5px 3px rgb(163, 58, 156);
}

.subway {
    height: 235px;
    width: 100%;
    padding: 1.8%;
    margin-bottom: 9%;
    background-image: url("../Images/p.jpg");
    background-repeat: repeat-x;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
} 

.about {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 5.9%;
}

h3 {
    font-size: 54px;
    color: rgb(80, 24, 97);
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    background-color:#ffc4ea;
    border-right: #552b5d solid 8px;
    border-bottom: double;
    border-top: double;
    border-left: double rgb(255, 243, 254);
    margin: 1%;
    text-align: center;
}

.aboutbio {
  font-size: 24px;
  background-color: whitesmoke;
  display: flex;
  flex-wrap: wrap;
  line-height: 2;
  text-align: center;
  width: 50%;
  margin-right: 4%;
  margin-left: -4%;
  padding: 25px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  outline-style: double;
  outline-width: 3px;
  box-shadow: 5px 5px 6px 2px rgb(82, 26, 78);
}

.profile {
  margin-right: 5%;
  box-shadow: 5px 5px 6px 2px rgb(0, 0, 0);
  outline: #995d02;
  outline-style: groove;
  outline-width: 10px;
}

article {
    float: left;
    padding: 20px;
    margin-left: 40px;
    width: 18.5%;
    font-size: 54px;
    color: rgb(80, 24, 97);
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    background-color:#ffc4ea;
    border-right: #552b5d solid 8px;
    border-bottom: double;
    border-top: double;
    text-align: center;
    height: 1380px;
}

h6.horiseontext {
  color: #ffffff;
  background-color: #f34ba2;
  border: 5px;
  margin-left: 150px;
  margin-right: 150px;
  font-size: 35px;
  padding: 15px;
  bottom: 40px;
  left: 250px;
  position: absolute;
  outline: 3.2px solid white;
  box-shadow: 5px 5px 6px 2px rgb(255, 65, 154);
}

.biggerimage img {
  border: 8px solid #f361db;
  position: relative;
  margin-left: 50px;
  opacity: 1;
  transition: .5s ease;
  backface-visibility: hidden;
  box-shadow: 5px 5px 18px 5px rgb(119, 1, 52);
  -webkit-backface-visibility: hidden;
}

.biggerimage {
  position: relative;
}

.biggerimage:hover .horimg {
  opacity: 0.7;
  width: 71%;
  filter: grayscale(60%);
  -webkit-filter: grayscale(60%);
}

.horimg {
  opacity: 1;
  transition: .5s ease;
  backface-visibility: hidden;
}

h5 {
  font-size: 54px;
    color: rgb(80, 24, 97);
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    background-color:#ffc4ea;
}

.workrow {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 65px;
  
}

.workcolumn {
  flex: 50%;
  max-width: 50%;
  padding: 5px 8px;
  position: relative;
}

.workcolumn1 {
  flex: 50%;
  max-width: 50%;
  padding: 5px 8px;
  margin-bottom: 125px;
  position: relative;
}

.workcolumn img {
  vertical-align: middle;
  margin-top: 45px;
  outline: 6px solid #f361db;
  box-shadow: 5px 5px 18px 5px rgb(119, 1, 52);
  position: relative;
  text-align: center;
  opacity: 1;
  transition: .5s ease;
  backface-visibility: hidden;
}

.workcolumn1 img {
  vertical-align: middle;
  margin-top: 45px;
  outline: 6px solid #f361db;
  box-shadow: 5px 5px 18px 5px rgb(119, 1, 52);
  position: relative;
  text-align: center;
  opacity: 1;
  transition: .5s ease;
  backface-visibility: hidden;
}

.textim {
  font-size: 14px;
  color: #ffffff;
  padding: 2px;
  background-color: #f34ba2;
  position: absolute;
  left: 30px;
  outline: 3.2px solid white;
  box-shadow: 5px 5px 6px 2px rgb(255, 65, 154);
}

.workingpic:hover {
  opacity: 0.3;
  width: 80%;
  filter: grayscale(60%);
  -webkit-filter: grayscale(60%);
}

.workingpic1:hover {
  opacity: 0.3;
  width: 80%;
  filter: grayscale(60%);
  -webkit-filter: grayscale(60%);
}

.con {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 9%;
}

.con a {
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  color: #552b5d;
  display: flex;
  line-height: 1.5;
  padding: 2%;
  margin-left: -20px;
  background-color: white;
  outline-style: double;
  outline-width: 10px;
  outline-color: #f409b1;
  flex-direction: row;
}

.con h3 {
  padding: 1%;
  display:flex;
  margin-left: -210px;
  margin-right: -30px;
}

.con a:hover {
  color: rgb(243, 121, 196);
  font-size: 28px;
  cursor: pointer;
  border-bottom: 3px solid rgb(141, 20, 131);
}

footer h4 {
  font-size: 30px;
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  text-align: center;
  margin: 40px;
  padding: 14px;
  display: block;
  color: rgb(78, 18, 48);
  background-color: #fcd7ea;
  outline-style: solid;
  outline-color: rgb(226, 118, 190);
  box-shadow: 10px 10px 3px 2px rgb(53, 4, 50);
}